home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global theQT
- sprite(theQT).movieTime = 0
- sprite(theQT).movieRate = 1
- if (char 1 to 6 of the short date = "12/24/") or (char 1 to 6 of the short date = "12/25/") then
- set the member of sprite 2 to member("christmas")
- end if
- updateStage()
- end
-